Fix cursor misalignment on truncated RTL rows
authorPo Lu <luangruo@yahoo.com>
Sun, 5 May 2024 01:38:27 +0000 (09:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 5 May 2024 01:38:27 +0000 (09:38 +0800)
commit129312aa12c2f9c2cc44fcbdecb6b6a45b7588f4
tree0da5ee391da751df296f4b59f1d5b0eb1339f4ba
parent51791fd1781729baeb38551e833861d9c24c302f
Fix cursor misalignment on truncated RTL rows

* src/xdisp.c (set_cursor_from_row): Begin computing the
position of the rightmost glyph from row->x, not 0.
src/xdisp.c